This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: OLE automation (speed of data sample) ~Umberto Nongeroson 5.Jan.04 04:43 PM a Web browser Domino Server All ReleasesAll Platforms
It's because you're using GetNthDocument, which means that the code has to go to the beginning of the collection and count for every call. If you use GetFirstDocument and GetNextDocument, you'll find a remarkable improvement.